home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / SourceCode / FontChoiceEx / FontChoiceEx.wod < prev    next >
Text File  |  1996-04-20  |  550b  |  30 lines

  1. ////////////////////////
  2. //  FontChoice
  3. //  by Charles Lloyd
  4. ////////////////////////
  5.  
  6. ChoiceForm: WOForm {
  7.     action = displayChoice;
  8. };
  9.  
  10. FontChoiceMatrix: FontChoice {
  11.     matrixName = "FontChoice1";
  12.     selectedItem = fontChoice;
  13. };
  14.  
  15. FontChoiceString: WOString {
  16.     value = fontChoice;
  17. };
  18.  
  19. ShowSourceControls: ShowSource {
  20.     componentName = "FontChoice";
  21. }; 
  22.  
  23. ComponentDescription: ComponentDescription {
  24.     componentName = "FontChoice";
  25. };
  26.  
  27. RCBody: WOGenericContainer {
  28.     elementName = "body";
  29.     bgcolor = WOApp.globalBackgroundColor;
  30. };